home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1995 April
/
Electronic Clipper 1995-04.iso
/
mac
/
Idea Source
/
INDEX.DIR
/
00112_Script_112
< prev
next >
Wrap
Text File
|
1995-03-03
|
462b
|
14 lines
on init
set the textsize of field "name" to 9
set the textsize of field "title" to 9
set the textsize of field "company" to 9
set the textsize of field "phone" to 9
set the textsize of field "future" to 9
set the textsize of field "thoughts" to 9
put "*" into field "name"
put "*" into field "title"
put "*" into field "company"
put "*" into field "phone"
put "*" into field "future"
put "*" into field "thoughts"
end init